From 314310a082f33a91caf2ba4e7dc31fddc63d01d6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 18:08:59 -0600 Subject: [PATCH] Rename nonkdeappbutton->nontdeappbutton. --- doc/kicker/index.docbook | 2 +- kicker/kicker/buttons/CMakeLists.txt | 2 +- kicker/kicker/buttons/Makefile.am | 2 +- .../buttons/{nonkdeappbutton.cpp => nontdeappbutton.cpp} | 4 ++-- .../kicker/buttons/{nonkdeappbutton.h => nontdeappbutton.h} | 4 ++-- kicker/kicker/core/container_button.cpp | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename kicker/kicker/buttons/{nonkdeappbutton.cpp => nontdeappbutton.cpp} (99%) rename kicker/kicker/buttons/{nonkdeappbutton.h => nontdeappbutton.h} (98%) diff --git a/doc/kicker/index.docbook b/doc/kicker/index.docbook index 9628432be..1692f8d8d 100644 --- a/doc/kicker/index.docbook +++ b/doc/kicker/index.docbook @@ -546,7 +546,7 @@ about quick browsers. - + The Non-&tde; Application Launcher lets you add an application which doesn't appear in the TDE menu to &kicker;. diff --git a/kicker/kicker/buttons/CMakeLists.txt b/kicker/kicker/buttons/CMakeLists.txt index 1e7ede5b1..72d9254c3 100644 --- a/kicker/kicker/buttons/CMakeLists.txt +++ b/kicker/kicker/buttons/CMakeLists.txt @@ -42,7 +42,7 @@ set( target kicker_buttons ) set( ${target}_SRCS servicebutton.cpp bookmarksbutton.cpp browserbutton.cpp knewbutton.cpp desktopbutton.cpp extensionbutton.cpp - kbutton.cpp nonkdeappbutton.cpp servicemenubutton.cpp + kbutton.cpp nontdeappbutton.cpp servicemenubutton.cpp urlbutton.cpp windowlistbutton.cpp ) diff --git a/kicker/kicker/buttons/Makefile.am b/kicker/kicker/buttons/Makefile.am index 4dcbbb165..1bdba20a5 100644 --- a/kicker/kicker/buttons/Makefile.am +++ b/kicker/kicker/buttons/Makefile.am @@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libkicker_buttons.la libkicker_buttons_la_SOURCES = servicebutton.cpp bookmarksbutton.cpp \ browserbutton.cpp knewbutton.cpp \ desktopbutton.cpp extensionbutton.cpp kbutton.cpp \ - nonkdeappbutton.cpp servicemenubutton.cpp urlbutton.cpp \ + nontdeappbutton.cpp servicemenubutton.cpp urlbutton.cpp \ windowlistbutton.cpp libkicker_buttons_la_LDFLAGS = $(all_libraries) diff --git a/kicker/kicker/buttons/nonkdeappbutton.cpp b/kicker/kicker/buttons/nontdeappbutton.cpp similarity index 99% rename from kicker/kicker/buttons/nonkdeappbutton.cpp rename to kicker/kicker/buttons/nontdeappbutton.cpp index b2e90065a..4f88f2d37 100644 --- a/kicker/kicker/buttons/nonkdeappbutton.cpp +++ b/kicker/kicker/buttons/nontdeappbutton.cpp @@ -39,10 +39,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "exe_dlg.h" // our own definition -#include "nonkdeappbutton.h" +#include "nontdeappbutton.h" // 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 // e.g. via the "non-TDE Application" dialog, not one that was saved and then diff --git a/kicker/kicker/buttons/nonkdeappbutton.h b/kicker/kicker/buttons/nontdeappbutton.h similarity index 98% rename from kicker/kicker/buttons/nonkdeappbutton.h rename to kicker/kicker/buttons/nontdeappbutton.h index 0407e85a4..0bc3cd9ab 100644 --- a/kicker/kicker/buttons/nonkdeappbutton.h +++ b/kicker/kicker/buttons/nontdeappbutton.h @@ -21,8 +21,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ -#ifndef __nonkdeappbutton_h__ -#define __nonkdeappbutton_h__ +#ifndef __nontdeappbutton_h__ +#define __nontdeappbutton_h__ // pull in the superclass's definition #include "panelbutton.h" diff --git a/kicker/kicker/core/container_button.cpp b/kicker/kicker/core/container_button.cpp index a73d08abf..40f479308 100644 --- a/kicker/kicker/core/container_button.cpp +++ b/kicker/kicker/core/container_button.cpp @@ -47,7 +47,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "kicker.h" #include "kickerSettings.h" #include "kickertip.h" -#include "nonkdeappbutton.h" +#include "nontdeappbutton.h" #include "paneldrag.h" #include "servicebutton.h" #include "servicemenubutton.h"