summaryrefslogtreecommitdiffstats
path: root/kpilot/todoWidget.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:02 -0600
commitd55caffa62947ca831ae0c21aada3b55eec24027 (patch)
tree8a2a0ff56d7023011016a7e385f0f3b60ffea095 /kpilot/todoWidget.cc
parent631a19d8c5c5f69dc0d941c1997806fb422c79a6 (diff)
downloadkpilot-d55caffa62947ca831ae0c21aada3b55eec24027.tar.gz
kpilot-d55caffa62947ca831ae0c21aada3b55eec24027.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 631a19d8c5c5f69dc0d941c1997806fb422c79a6.
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 9e8c40e..4632e69 100644
--- a/kpilot/todoWidget.cc
+++ b/kpilot/todoWidget.cc
@@ -32,12 +32,12 @@
#include <tqptrlist.h>
#include <klistview.h>
#include <tqpushbutton.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqlabel.h>
-#include <textview.h>
+#include <tqtextview.h>
#include <tqcombobox.h>
#include <tqwhatsthis.h>
-#include <textcodec.h>
+#include <tqtextcodec.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.")
- .arg(TQString::number(fPendingTodos));
+ .tqarg(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 layout from your Pilot."),
+ "to retrieve the database tqlayout from your Pilot."),
i18n("Cannot Add New To-do"));
if (myDB)