summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:50 -0600
commit4123be718760f8cbfc7ba7100bd0177575946fbf (patch)
tree651706f1048dbd8dd7b5fa757e111da22c5f292c /kbabel
parentb49dd7506883d2c41563bca9398959863e919b35 (diff)
downloadtdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz
tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip
Additional renaming of kde to tde
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/ChangeLog2
-rw-r--r--kbabel/README2
-rw-r--r--kbabel/catalogmanager/catalogmanager.h2
-rw-r--r--kbabel/catalogmanager/catalogmanagerview.cpp2
-rw-r--r--kbabel/common/catalog.cpp4
-rw-r--r--kbabel/commonui/context.cpp2
-rw-r--r--kbabel/commonui/projectprefwidgets.cpp2
-rw-r--r--kbabel/kbabel/kbabel.cpp2
-rw-r--r--kbabel/kbabel/kbabel.h2
-rw-r--r--kbabel/kbabel/kbabelview.cpp2
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp6
11 files changed, 14 insertions, 14 deletions
diff --git a/kbabel/ChangeLog b/kbabel/ChangeLog
index c62d9c40..0fa02524 100644
--- a/kbabel/ChangeLog
+++ b/kbabel/ChangeLog
@@ -266,7 +266,7 @@ Changes 0.3.3:
- now using standard KDialogBase
Changes 0.3.2:
-- made changes due to some api changes in kdelibs
+- made changes due to some api changes in tdelibs
- partly fixed layout problem in the preferences dialog
- fixed bug in commands editor for catalog manager
diff --git a/kbabel/README b/kbabel/README
index 34dc745f..adeaac88 100644
--- a/kbabel/README
+++ b/kbabel/README
@@ -14,7 +14,7 @@ please send a mail to Stanislav Visnovsky <visnovsky@kde.org>.
For always up-to-date information about KBabel have a look at its homepage at
http://kbabel.kde.org
-The always newest version of KBabel can be found in module kdesdk in
+The always newest version of KBabel can be found in module tdesdk in
KDE's SVN.
diff --git a/kbabel/catalogmanager/catalogmanager.h b/kbabel/catalogmanager/catalogmanager.h
index bb4e2e58..fe5d4928 100644
--- a/kbabel/catalogmanager/catalogmanager.h
+++ b/kbabel/catalogmanager/catalogmanager.h
@@ -41,7 +41,7 @@
#include <tqguardedptr.h>
#include <tqmap.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kmainwindow.h>
#include <kdirwatch.h>
#include <kprocess.h>
diff --git a/kbabel/catalogmanager/catalogmanagerview.cpp b/kbabel/catalogmanager/catalogmanagerview.cpp
index 73c2debd..2473af73 100644
--- a/kbabel/catalogmanager/catalogmanagerview.cpp
+++ b/kbabel/catalogmanager/catalogmanagerview.cpp
@@ -70,7 +70,7 @@
#include <kio/netaccess.h>
#include <kprogress.h>
#include <twin.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <ktempfile.h>
#include <tqfileinfo.h>
diff --git a/kbabel/common/catalog.cpp b/kbabel/common/catalog.cpp
index 182cf3b0..00c9491d 100644
--- a/kbabel/common/catalog.cpp
+++ b/kbabel/common/catalog.cpp
@@ -3313,7 +3313,7 @@ int Catalog::getNumberOfPluralForms(const TQString& lang)
{
int nr=-1;
- KLocale locale("kdelibs");
+ KLocale locale("tdelibs");
locale.setLanguage(lang);
const char* formsString =
@@ -3321,7 +3321,7 @@ int Catalog::getNumberOfPluralForms(const TQString& lang)
"pick the _right_ value out of NoPlural/TwoForms/French... If not sure what "
"to do mail thd@kde.org and coolo@kde.org, they will tell you. Better leave "
"that out if unsure, the programs will crash!!\n"
- "Definition of PluralForm - to be set by the translator of kdelibs.po";
+ "Definition of PluralForm - to be set by the translator of tdelibs.po";
TQString formsTranslation = locale.translate(formsString);
diff --git a/kbabel/commonui/context.cpp b/kbabel/commonui/context.cpp
index f9e5be2f..cb54e884 100644
--- a/kbabel/commonui/context.cpp
+++ b/kbabel/commonui/context.cpp
@@ -52,7 +52,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kurl.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kio/netaccess.h>
#include <klibloader.h>
diff --git a/kbabel/commonui/projectprefwidgets.cpp b/kbabel/commonui/projectprefwidgets.cpp
index 02c20196..163b4eeb 100644
--- a/kbabel/commonui/projectprefwidgets.cpp
+++ b/kbabel/commonui/projectprefwidgets.cpp
@@ -618,7 +618,7 @@ void IdentityPreferences::testPluralForm()
msg = i18n("It is not possible to find out the number "
"of singular/plural forms automatically for the "
"language code \"%1\".\n"
- "Do you have kdelibs.po installed for this language?\n"
+ "Do you have tdelibs.po installed for this language?\n"
"Please set the correct number manually.").tqarg(lang);
}
else
diff --git a/kbabel/kbabel/kbabel.cpp b/kbabel/kbabel/kbabel.cpp
index 50f8fb0c..24c3eae9 100644
--- a/kbabel/kbabel/kbabel.cpp
+++ b/kbabel/kbabel/kbabel.cpp
@@ -1066,7 +1066,7 @@ void KBabelMW::addToRecentFiles(KURL url)
void KBabelMW::fileSave()
{
- // do it asynchronously due to kdelibs bug
+ // do it asynchronously due to tdelibs bug
TQTimer::singleShot( 0, TQT_TQOBJECT(this), TQT_SLOT( fileSave_internal() ));
}
diff --git a/kbabel/kbabel/kbabel.h b/kbabel/kbabel/kbabel.h
index 392f71ad..872ae2c0 100644
--- a/kbabel/kbabel/kbabel.h
+++ b/kbabel/kbabel/kbabel.h
@@ -40,7 +40,7 @@
#endif
#include <kapplication.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdockwidget.h>
#include <tqstringlist.h>
#include <tqptrlist.h>
diff --git a/kbabel/kbabel/kbabelview.cpp b/kbabel/kbabel/kbabelview.cpp
index 213a4e1a..4c50a7e9 100644
--- a/kbabel/kbabel/kbabelview.cpp
+++ b/kbabel/kbabel/kbabelview.cpp
@@ -56,7 +56,7 @@
#include <tqvbox.h>
#include <dcopclient.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kcharsets.h>
#include <kcmenumngr.h>
#include <kconfigdialog.h>
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
index 16458a75..69d1acce 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
+++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.cpp
@@ -32,7 +32,7 @@
#include <tqprogressdialog.h>
#include <tqinputdialog.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <klocale.h>
#include <kdebug.h>
#include <kio/netaccess.h>
@@ -539,9 +539,9 @@ KDBSearchEngine::repeat ()
DataBaseItem item;
int i, h, tot;
- int req = dm->searchCatalogInfo ("kdelibs.po");
+ int req = dm->searchCatalogInfo ("tdelibs.po");
if (req == -1)
- kdDebug (0) << "No kdelibs.po found!" << endl;
+ kdDebug (0) << "No tdelibs.po found!" << endl;
TQProgressDialog *pd =