summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-02 07:29:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-02 07:29:25 +0000
commit2f791ecf181cebc107ea2f68f5f7b29456844f39 (patch)
tree941f2fd6b7cfb353814323f8c1bb083dbbda8af5 /src/main.cpp
parent2e4e9860d4cc5b9462f9875c100dd13d55365563 (diff)
downloadwlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.tar.gz
wlassistant-2f791ecf181cebc107ea2f68f5f7b29456844f39.zip
TQt4 port wlassistant
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/wlassistant@1239055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 a06f95e..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( QString("%1 %2").arg(description).arg(version) );
+ mainWin->setCaption( TQString("%1 %2").tqarg(description).tqarg(version) );
app.setMainWidget( mainWin );
mainWin->show();