summaryrefslogtreecommitdiffstats
path: root/karm/tray.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:50:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:50:21 -0600
commit3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12 (patch)
tree89de88213bd261e4ccaade899ab2d6ec34b3a5a7 /karm/tray.cpp
parent1dad5f662a09dfc5cc041caffe0f674044a4dcec (diff)
downloadtdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.tar.gz
tdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'karm/tray.cpp')
-rw-r--r--karm/tray.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/karm/tray.cpp b/karm/tray.cpp
index 20c2f51e6..55e050c52 100644
--- a/karm/tray.cpp
+++ b/karm/tray.cpp
@@ -9,7 +9,7 @@
// #include <tqkeycode.h>
-// #include <tqlayout.h>
+// #include <layout.h>
#include <tqpixmap.h>
#include <tqptrlist.h>
#include <tqstring.h>
@@ -59,9 +59,9 @@ KarmTray::KarmTray(MainWindow* parent)
// this are experiments/tests
/*
for (int i=0; i<30; i++)
- _tray->insertTitle(i 18n("bla ").tqarg(i));
+ _tray->insertTitle(i 18n("bla ").arg(i));
for (int i=0; i<30; i++)
- _tray->insertTitle2(i 18n("bli ").tqarg(i));
+ _tray->insertTitle2(i 18n("bli ").arg(i));
*/
// experimenting with menus for the tray
/*