diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:58:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:58:28 +0200 |
commit | 7b880ffba532100c746f51aa6fa55830178e9bc3 (patch) | |
tree | 1dfc014566fb6024cd97ae5332573f930e289797 /systemsettings | |
parent | 52ba9e37f3268a12f1c2c1c5c0e64cad45b5e92b (diff) | |
download | tde-systemsettings-7b880ffba532100c746f51aa6fa55830178e9bc3.tar.gz tde-systemsettings-7b880ffba532100c746f51aa6fa55830178e9bc3.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'systemsettings')
-rw-r--r-- | systemsettings/Makefile.am | 4 | ||||
-rw-r--r-- | systemsettings/kcmultiwidget.h | 2 | ||||
-rw-r--r-- | systemsettings/menu/audioencoding.desktop | 2 | ||||
-rw-r--r-- | systemsettings/tdecmodulemenu.h | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/systemsettings/Makefile.am b/systemsettings/Makefile.am index e112e0a..dbc0de4 100644 --- a/systemsettings/Makefile.am +++ b/systemsettings/Makefile.am @@ -27,8 +27,8 @@ systemsettings_SOURCES = tdecmodulemenu.cpp kcmsearch.cpp kcmultiwidget.cpp main EXTRA_DIST = tdecmodulemenu.h kcmultiwidget.h moduleiconitem.h version.h kcmsearch.h mainwindow.h modulesview.h kcscrollview.h -systemsettings_LDADD = $(LIB_TDEUI) $(LIB_KUTILS) -systemsettings_LDFLAGS = $(all_libraries) -module -avoid-version $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +systemsettings_LDADD = $(LIB_TDEUI) $(LIB_TDEUTILS) +systemsettings_LDFLAGS = $(all_libraries) -module -avoid-version $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor appdata_DATA = systemsettingsui.rc appdatadir = $(kde_datadir)/systemsettings diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h index 2eece35..e1c0887 100644 --- a/systemsettings/kcmultiwidget.h +++ b/systemsettings/kcmultiwidget.h @@ -37,7 +37,7 @@ class TDECModule; * @short A method that offers a KDialogBase containing arbitrary * Control Modules. */ -class KUTILS_EXPORT KCMultiWidget : public KDialogBase +class TDEUTILS_EXPORT KCMultiWidget : public KDialogBase { Q_OBJECT diff --git a/systemsettings/menu/audioencoding.desktop b/systemsettings/menu/audioencoding.desktop index 9df3084..8cef0a5 100644 --- a/systemsettings/menu/audioencoding.desktop +++ b/systemsettings/menu/audioencoding.desktop @@ -30,7 +30,7 @@ Comment[da]=Indstil I/O-slave for lyd-cd Comment[de]=Konfiguration des Audio-CD Ein-/Ausgabemoduls Comment[el]=Ρύθμιση io slave για CD ήχου Comment[es]=Configuración del esclavo ES Audiocd -Comment[et]=Audiocd KIO-mooduli seadistused +Comment[et]=Audiocd TDEIO-mooduli seadistused Comment[gl]=Configurazón do IO Slave de Audiocd Comment[ja]=オーディオ CD IO スレーブの設定 Comment[nl]=Audiocd IO-slave instellen diff --git a/systemsettings/tdecmodulemenu.h b/systemsettings/tdecmodulemenu.h index d056f96..551dc75 100644 --- a/systemsettings/tdecmodulemenu.h +++ b/systemsettings/tdecmodulemenu.h @@ -17,8 +17,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef KCMMODULEMENU_H -#define KCMMODULEMENU_H +#ifndef TDECMODULEMENU_H +#define TDECMODULEMENU_H #include <tdecmoduleinfo.h> @@ -154,5 +154,5 @@ private: TQString deriveCaptionFromPath( const TQString &menuPath ); }; -#endif // KCMMODULEMENU_H +#endif // TDECMODULEMENU_H |