diff options
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/cryptography/cryptographyplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/cryptography/popuppublic.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/highlight/highlightpreferences.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/netmeeting/netmeetingplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/statistics/statisticsdb.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/statistics/statisticsplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/texteffect/texteffectpreferences.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/translator/translatorplugin.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/kopete/plugins/cryptography/cryptographyplugin.cpp b/kopete/plugins/cryptography/cryptographyplugin.cpp index 4605391f..135cf636 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.cpp +++ b/kopete/plugins/cryptography/cryptographyplugin.cpp @@ -23,7 +23,7 @@ #include <kaction.h> #include <kconfig.h> #include <kgenericfactory.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kaboutdata.h> #include "kopetemetacontact.h" diff --git a/kopete/plugins/cryptography/popuppublic.cpp b/kopete/plugins/cryptography/popuppublic.cpp index 493f3575..5e990386 100644 --- a/kopete/plugins/cryptography/popuppublic.cpp +++ b/kopete/plugins/cryptography/popuppublic.cpp @@ -31,7 +31,7 @@ #include <tqapplication.h> #include <tqlabel.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <klistview.h> #include <kprocess.h> #include <kprocio.h> diff --git a/kopete/plugins/highlight/highlightpreferences.cpp b/kopete/plugins/highlight/highlightpreferences.cpp index 5e8da39c..eead8241 100644 --- a/kopete/plugins/highlight/highlightpreferences.cpp +++ b/kopete/plugins/highlight/highlightpreferences.cpp @@ -245,7 +245,7 @@ void HighlightPreferences::slotEditRegExp() TQDialog *editorDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" ); if ( editorDialog ) { - // kdeutils was installed, so the dialog was found fetch the editor interface + // tdeutils was installed, so the dialog was found fetch the editor interface KRegExpEditorInterface *editor = static_cast<KRegExpEditorInterface *>( editorDialog->qt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( editor ); // This should not fail! // now use the editor. diff --git a/kopete/plugins/history/historyplugin.cpp b/kopete/plugins/history/historyplugin.cpp index f1401c85..8cd76682 100644 --- a/kopete/plugins/history/historyplugin.cpp +++ b/kopete/plugins/history/historyplugin.cpp @@ -21,7 +21,7 @@ #include <kmessagebox.h> //#include <kconfig.h> #include <kplugininfo.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kopetechatsessionmanager.h" #include "kopetemetacontact.h" diff --git a/kopete/plugins/netmeeting/netmeetingplugin.cpp b/kopete/plugins/netmeeting/netmeetingplugin.cpp index 2d71c257..075fd04f 100644 --- a/kopete/plugins/netmeeting/netmeetingplugin.cpp +++ b/kopete/plugins/netmeeting/netmeetingplugin.cpp @@ -18,7 +18,7 @@ #include <kdebug.h> #include <kgenericfactory.h> #include <kaction.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kaboutdata.h> #include "kopetepluginmanager.h" diff --git a/kopete/plugins/statistics/statisticsdb.cpp b/kopete/plugins/statistics/statisticsdb.cpp index 8f25623e..0862d22b 100644 --- a/kopete/plugins/statistics/statisticsdb.cpp +++ b/kopete/plugins/statistics/statisticsdb.cpp @@ -24,7 +24,7 @@ #include <kdebug.h> #include <kmessagebox.h> #include <kstandarddirs.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "statisticsdb.h" diff --git a/kopete/plugins/statistics/statisticsplugin.cpp b/kopete/plugins/statistics/statisticsplugin.cpp index 79135598..b28ce8ce 100644 --- a/kopete/plugins/statistics/statisticsplugin.cpp +++ b/kopete/plugins/statistics/statisticsplugin.cpp @@ -23,7 +23,7 @@ #include <kaction.h> #include <kmessagebox.h> #include <kstandarddirs.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kopetechatsessionmanager.h" #include "kopetemetacontact.h" diff --git a/kopete/plugins/texteffect/texteffectpreferences.cpp b/kopete/plugins/texteffect/texteffectpreferences.cpp index d2584328..e567f1a8 100644 --- a/kopete/plugins/texteffect/texteffectpreferences.cpp +++ b/kopete/plugins/texteffect/texteffectpreferences.cpp @@ -26,7 +26,7 @@ #include <kautoconfig.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "texteffectprefs.h" #include "texteffectpreferences.h" diff --git a/kopete/plugins/translator/translatorplugin.cpp b/kopete/plugins/translator/translatorplugin.cpp index 751b8294..64f2e8e7 100644 --- a/kopete/plugins/translator/translatorplugin.cpp +++ b/kopete/plugins/translator/translatorplugin.cpp @@ -30,7 +30,7 @@ #include <kgenericfactory.h> #include <kglobal.h> #include <kconfig.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kaboutdata.h> #include "kopetemetacontact.h" |