summaryrefslogtreecommitdiffstats
path: root/kpilot/todoWidget.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:24 -0600
commit631a19d8c5c5f69dc0d941c1997806fb422c79a6 (patch)
tree48a1a5d40ca2aa276b04f95398d9fba3fd9d7d8a /kpilot/todoWidget.cc
parent87cd441352f3f2f1b2279bb47ebbb54ced81194f (diff)
downloadkpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.tar.gz
kpilot-631a19d8c5c5f69dc0d941c1997806fb422c79a6.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kpilot/todoWidget.cc')
-rw-r--r--kpilot/todoWidget.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpilot/todoWidget.cc b/kpilot/todoWidget.cc
index 4632e69..9e8c40e 100644
--- a/kpilot/todoWidget.cc
+++ b/kpilot/todoWidget.cc
@@ -32,12 +32,12 @@
#include <tqptrlist.h>
#include <klistview.h>
#include <tqpushbutton.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqlabel.h>
-#include <tqtextview.h>
+#include <textview.h>
#include <tqcombobox.h>
#include <tqwhatsthis.h>
-#include <tqtextcodec.h>
+#include <textcodec.h>
#include <kmessagebox.h>
@@ -172,7 +172,7 @@ void TodoWidget::showComponent()
#if TDE_VERSION<220
s = i18n("There are still %1 to-do editing windows open.")
- .tqarg(TQString::number(fPendingTodos));
+ .arg(TQString::number(fPendingTodos));
#else
s = i18n("There is still a to-do editing window open.",
"There are still %n to-do editing windows open.",
@@ -407,7 +407,7 @@ void TodoWidget::slotCreateNewRecord()
KMessageBox::sorry(this,
i18n("You cannot add to-dos to the to-do list "
"until you have done a HotSync at least once "
- "to retrieve the database tqlayout from your Pilot."),
+ "to retrieve the database layout from your Pilot."),
i18n("Cannot Add New To-do"));
if (myDB)