Rename nonkdeappbutton->nontdeappbutton.

pull/2/head
Darrell Anderson 10 years ago
parent 9c70adfaf0
commit 314310a082

@ -546,7 +546,7 @@ about quick browsers.
<listitem> <listitem>
<para> <para>
<!-- <guiicon><inlinemediaobject><imageobject><imagedata --> <!-- <guiicon><inlinemediaobject><imageobject><imagedata -->
<!-- fileref="nonkdeapp_icon.png" format="PNG"/></imageobject> --> <!-- fileref="nontdeapp_icon.png" format="PNG"/></imageobject> -->
<!-- </inlinemediaobject></guiicon> --> <!-- </inlinemediaobject></guiicon> -->
The <guilabel>Non-&tde; Application Launcher</guilabel> lets you add an The <guilabel>Non-&tde; Application Launcher</guilabel> lets you add an
application which doesn't appear in the <guimenu>TDE</guimenu> menu to &kicker;. application which doesn't appear in the <guimenu>TDE</guimenu> menu to &kicker;.

@ -42,7 +42,7 @@ set( target kicker_buttons )
set( ${target}_SRCS set( ${target}_SRCS
servicebutton.cpp bookmarksbutton.cpp browserbutton.cpp servicebutton.cpp bookmarksbutton.cpp browserbutton.cpp
knewbutton.cpp desktopbutton.cpp extensionbutton.cpp knewbutton.cpp desktopbutton.cpp extensionbutton.cpp
kbutton.cpp nonkdeappbutton.cpp servicemenubutton.cpp kbutton.cpp nontdeappbutton.cpp servicemenubutton.cpp
urlbutton.cpp windowlistbutton.cpp urlbutton.cpp windowlistbutton.cpp
) )

@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libkicker_buttons.la
libkicker_buttons_la_SOURCES = servicebutton.cpp bookmarksbutton.cpp \ libkicker_buttons_la_SOURCES = servicebutton.cpp bookmarksbutton.cpp \
browserbutton.cpp knewbutton.cpp \ browserbutton.cpp knewbutton.cpp \
desktopbutton.cpp extensionbutton.cpp kbutton.cpp \ desktopbutton.cpp extensionbutton.cpp kbutton.cpp \
nonkdeappbutton.cpp servicemenubutton.cpp urlbutton.cpp \ nontdeappbutton.cpp servicemenubutton.cpp urlbutton.cpp \
windowlistbutton.cpp windowlistbutton.cpp
libkicker_buttons_la_LDFLAGS = $(all_libraries) libkicker_buttons_la_LDFLAGS = $(all_libraries)

@ -39,10 +39,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "exe_dlg.h" #include "exe_dlg.h"
// our own definition // our own definition
#include "nonkdeappbutton.h" #include "nontdeappbutton.h"
// we include the "moc" file so that the TDE build system knows to create it // we include the "moc" file so that the TDE build system knows to create it
#include "nonkdeappbutton.moc" #include "nontdeappbutton.moc"
// this is one of the two constructors. gets called when creating a new button // this is one of the two constructors. gets called when creating a new button
// e.g. via the "non-TDE Application" dialog, not one that was saved and then // e.g. via the "non-TDE Application" dialog, not one that was saved and then

@ -21,8 +21,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/ ******************************************************************/
#ifndef __nonkdeappbutton_h__ #ifndef __nontdeappbutton_h__
#define __nonkdeappbutton_h__ #define __nontdeappbutton_h__
// pull in the superclass's definition // pull in the superclass's definition
#include "panelbutton.h" #include "panelbutton.h"

@ -47,7 +47,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "kicker.h" #include "kicker.h"
#include "kickerSettings.h" #include "kickerSettings.h"
#include "kickertip.h" #include "kickertip.h"
#include "nonkdeappbutton.h" #include "nontdeappbutton.h"
#include "paneldrag.h" #include "paneldrag.h"
#include "servicebutton.h" #include "servicebutton.h"
#include "servicemenubutton.h" #include "servicemenubutton.h"

Loading…
Cancel
Save