summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksysguard.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-18 05:24:10 +0000
commit73cc29bc4e6ae64b39c59211cc105383cb9e4b96 (patch)
treed8d2b9d432a594b3e692080a99159d0dad437eb3 /ksysguard/gui/ksysguard.cc
parent4f2f95ce18dc6290c3581b40ea4f20d05bd78d55 (diff)
downloadtdebase-73cc29bc4e6ae64b39c59211cc105383cb9e4b96.tar.gz
tdebase-73cc29bc4e6ae64b39c59211cc105383cb9e4b96.zip
Rename tqsizeHint* to sizeHint*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/gui/ksysguard.cc')
-rw-r--r--ksysguard/gui/ksysguard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc
index 19beba19d..570f32e90 100644
--- a/ksysguard/gui/ksysguard.cc
+++ b/ksysguard/gui/ksysguard.cc
@@ -140,7 +140,7 @@ TopLevel::TopLevel( const char *name )
new KAction( i18n( "Configure &Style..." ), "colorize", 0, TQT_TQOBJECT(this),
TQT_SLOT( editStyle() ), actionCollection(), "configure_style" );
- // TODO remove resize and fix so tqsizeHints() determines default size.
+ // TODO remove resize and fix so sizeHints() determines default size.
if (!initialGeometrySet())
resize( 640, 480 );
setupGUI(ToolBar | Keys | StatusBar | Create);