summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel-libs-configurator/klc.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:41 -0600
commitbc35492ff852bb290006909536af53391753513f (patch)
tree58bf98002414003835d9b379d8c9dd8487327797 /ksquirrel/ksquirrel-libs-configurator/klc.cpp
parent4a87ec7cc055b8e9269a71841a3c27a64a95246b (diff)
downloadksquirrel-bc35492ff852bb290006909536af53391753513f.tar.gz
ksquirrel-bc35492ff852bb290006909536af53391753513f.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'ksquirrel/ksquirrel-libs-configurator/klc.cpp')
-rw-r--r--ksquirrel/ksquirrel-libs-configurator/klc.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/ksquirrel/ksquirrel-libs-configurator/klc.cpp b/ksquirrel/ksquirrel-libs-configurator/klc.cpp
index 4a90161..385755a 100644
--- a/ksquirrel/ksquirrel-libs-configurator/klc.cpp
+++ b/ksquirrel/ksquirrel-libs-configurator/klc.cpp
@@ -22,7 +22,7 @@
#include <tqpushbutton.h>
#include <tqlistview.h>
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
#include "./klc.ui.h"
@@ -38,17 +38,17 @@ KLC::KLC( TQWidget* parent, const char* name, WFlags fl )
setName( "KLC" );
KLCLayout = new TQGridLayout( this, 1, 1, 11, 6, "KLCLayout");
- tqlayout1 = new TQHBoxLayout( 0, 0, 6, "tqlayout1");
+ layout1 = new TQHBoxLayout( 0, 0, 6, "layout1");
spacer1 = new TQSpacerItem( 371, 26, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
- tqlayout1->addItem( spacer1 );
+ layout1->addItem( spacer1 );
pushApply = new TQPushButton( this, "pushApply" );
- tqlayout1->addWidget( pushApply );
+ layout1->addWidget( pushApply );
pushClose = new TQPushButton( this, "pushClose" );
- tqlayout1->addWidget( pushClose );
+ layout1->addWidget( pushClose );
- KLCLayout->addMultiCellLayout( tqlayout1, 2, 2, 0, 1 );
+ KLCLayout->addMultiCellLayout( layout1, 2, 2, 0, 1 );
listDisabled = new TQListView( this, "listDisabled" );
listDisabled->addColumn( tr2i18n( "..." ) );
@@ -74,7 +74,7 @@ KLC::KLC( TQWidget* parent, const char* name, WFlags fl )
KLCLayout->addWidget( listEnabled, 1, 0 );
languageChange();
- resize( TQSize(586, 425).expandedTo(tqminimumSizeHint()) );
+ resize( TQSize(586, 425).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished );
// signals and slots connections