diff options
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/applets/run/runapplet.cpp | 2 | ||||
-rw-r--r-- | kicker/menuext/tom/Makefile.am | 4 | ||||
-rw-r--r-- | kicker/menuext/tom/README | 2 | ||||
-rw-r--r-- | kicker/menuext/tom/tom.cpp (renamed from kicker/menuext/tom/tom.cc) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kicker/applets/run/runapplet.cpp b/kicker/applets/run/runapplet.cpp index c5d3e972a..aaadfc33d 100644 --- a/kicker/applets/run/runapplet.cpp +++ b/kicker/applets/run/runapplet.cpp @@ -233,7 +233,7 @@ void RunApplet::run_command(const TQString& command) bool shutdown = kapp->requestShutDown(); if( !shutdown ) { - // This i18n string is in kdesktop/desktop.cc as well. Maybe we should DCOP to kdesktop instead ? + // This i18n string is in kdesktop/desktop.cpp as well. Maybe we should DCOP to kdesktop instead ? KMessageBox::error( 0, i18n("Unable to log out properly.\nThe session manager cannot " "be contacted. You can try to force a shutdown by pressing " "Ctrl+Alt+Backspace. Note, however, that your current " diff --git a/kicker/menuext/tom/Makefile.am b/kicker/menuext/tom/Makefile.am index 0f9f7c081..16a46a9dc 100644 --- a/kicker/menuext/tom/Makefile.am +++ b/kicker/menuext/tom/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(srcdir)/../../libkicker -I$(srcdir)/../../ui -I$(srcdir)/../../co kde_module_LTLIBRARIES = kickermenu_tom.la -kickermenu_tom_la_SOURCES = tom.cc +kickermenu_tom_la_SOURCES = tom.cpp kickermenu_tom_la_LDFLAGS = $(all_libraries) -module -avoid-version kickermenu_tom_la_LIBADD = $(LIB_TDEUI) #$(top_builddir)/kicker/ui/libkicker_ui.la @@ -16,4 +16,4 @@ tomdata_DATA = destinations tomdatadir = $(kde_datadir)/kicker/tom messages: - $(XGETTEXT) *.cc -o $(podir)/libkickermenu_tom.pot + $(XGETTEXT) *.cpp -o $(podir)/libkickermenu_tom.pot diff --git a/kicker/menuext/tom/README b/kicker/menuext/tom/README index 926ae0e81..7fe6eb332 100644 --- a/kicker/menuext/tom/README +++ b/kicker/menuext/tom/README @@ -60,6 +60,6 @@ What should be the default task entry format be: c) App Name (Task Name) <-- silly option =) Should "Run A Command..." be replaced by an inline combobox? Pros: It's more obvious and will work even if kdesktop is gone. The widget - is already written (in tom.cc) + is already written (in tom.cpp) Cons: It makes it stand out too much over other entries, takes up more room and isn't as powerful as the full minicli diff --git a/kicker/menuext/tom/tom.cc b/kicker/menuext/tom/tom.cpp index 0fa85a1e3..0fa85a1e3 100644 --- a/kicker/menuext/tom/tom.cc +++ b/kicker/menuext/tom/tom.cpp |