summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:54 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:54 -0600
commit5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02 (patch)
tree228cc39fe0230448cc9fb1b3dec92a46586200ed /src/main.cpp
parent294cdc4efac18111e879ebc5e2ca2aca1e598bbe (diff)
downloadwlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.tar.gz
wlassistant-5e82c5964c1b4dc9c8cf3f10bbb83c34f4ec7a02.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 294cdc4efac18111e879ebc5e2ca2aca1e598bbe.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cdc8fc6..ec72c06 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
KApplication app;
WirelessAssistant *mainWin = 0;
mainWin = new WirelessAssistant();
- mainWin->setCaption( TQString("%1 %2").arg(description).arg(version) );
+ mainWin->setCaption( TQString("%1 %2").tqarg(description).tqarg(version) );
app.setMainWidget( mainWin );
mainWin->show();