diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
commit | 42ca287b531e190dcee0f080f16c420874054129 (patch) | |
tree | 7ce730aa7fe29311d16654eb7c59457b05e03642 /kenolaba/AbTop.cpp | |
parent | 576eb4299a00bc053db35414406f46372a0f70f2 (diff) | |
download | tdegames-42ca287b531e190dcee0f080f16c420874054129.tar.gz tdegames-42ca287b531e190dcee0f080f16c420874054129.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kenolaba/AbTop.cpp')
-rw-r--r-- | kenolaba/AbTop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kenolaba/AbTop.cpp b/kenolaba/AbTop.cpp index 1820e591..a6ef7d05 100644 --- a/kenolaba/AbTop.cpp +++ b/kenolaba/AbTop.cpp @@ -62,7 +62,7 @@ AbTop::AbTop() pastePossible = true; - timer = new QTimer; + timer = new TQTimer; connect( timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(timerDone()) ); board = new Board(); @@ -412,7 +412,7 @@ void AbTop::setupStatusBar() /* Create a toolbar menu for debugging output level */ KToolBar *tb = toolBar("mainToolBar"); if (tb) { - TQPopupMenu* spyPopup = new QPopupMenu; + TQPopupMenu* spyPopup = new TQPopupMenu; spy0 = BarIcon( "spy0" ); spy1 = BarIcon( "spy1" ); spy2 = BarIcon( "spy2" ); |