summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp')
-rw-r--r--kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp66
1 files changed, 33 insertions, 33 deletions
diff --git a/kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp b/kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp
index b52913c..44ba1f2 100644
--- a/kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp
+++ b/kftpgrabber/src/widgets/kftpfiltereditorlayout.cpp
@@ -1,4 +1,4 @@
-#include <klocale.h>
+#include <tdelocale.h>
/****************************************************************************
** Form implementation generated from reading ui file '/home/kostko/development/kftpgrabber/src/widgets/kftpfiltereditorlayout.ui'
**
@@ -10,35 +10,35 @@
#include "kftpfiltereditorlayout.h"
-#include <qvariant.h>
-#include <qpushbutton.h>
-#include <qtabwidget.h>
+#include <ntqvariant.h>
+#include <ntqpushbutton.h>
+#include <ntqtabwidget.h>
#include <kpushbutton.h>
-#include <qheader.h>
-#include <klistview.h>
-#include <qcheckbox.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
+#include <ntqheader.h>
+#include <tdelistview.h>
+#include <ntqcheckbox.h>
+#include <ntqlabel.h>
+#include <ntqlayout.h>
+#include <ntqtooltip.h>
+#include <ntqwhatsthis.h>
/*
* Constructs a KFTPFilterEditorLayout as a child of 'parent', with the
* name 'name' and widget flags set to 'f'.
*/
-KFTPFilterEditorLayout::KFTPFilterEditorLayout( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
+KFTPFilterEditorLayout::KFTPFilterEditorLayout( TQWidget* parent, const char* name, WFlags fl )
+ : TQWidget( parent, name, fl )
{
if ( !name )
setName( "KFTPFilterEditorLayout" );
- KFTPFilterEditorLayoutLayout = new QGridLayout( this, 1, 1, 11, 6, "KFTPFilterEditorLayoutLayout");
+ KFTPFilterEditorLayoutLayout = new TQGridLayout( this, 1, 1, 11, 6, "KFTPFilterEditorLayoutLayout");
- tabWidget2 = new QTabWidget( this, "tabWidget2" );
+ tabWidget2 = new TQTabWidget( this, "tabWidget2" );
- tab = new QWidget( tabWidget2, "tab" );
- tabLayout = new QGridLayout( tab, 1, 1, 11, 6, "tabLayout");
+ tab = new TQWidget( tabWidget2, "tab" );
+ tabLayout = new TQGridLayout( tab, 1, 1, 11, 6, "tabLayout");
- layout1 = new QVBoxLayout( 0, 0, 6, "layout1");
+ layout1 = new TQVBoxLayout( 0, 0, 6, "layout1");
addPatternButton = new KPushButton( tab, "addPatternButton" );
layout1->addWidget( addPatternButton );
@@ -50,37 +50,37 @@ KFTPFilterEditorLayout::KFTPFilterEditorLayout( QWidget* parent, const char* nam
layout1->addWidget( removePatternButton );
tabLayout->addLayout( layout1, 0, 1 );
- QSpacerItem* spacer = new QSpacerItem( 31, 111, QSizePolicy::Minimum, QSizePolicy::Expanding );
+ TQSpacerItem* spacer = new TQSpacerItem( 31, 111, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tabLayout->addItem( spacer, 1, 1 );
- layout2 = new QVBoxLayout( 0, 0, 6, "layout2");
+ layout2 = new TQVBoxLayout( 0, 0, 6, "layout2");
- patternList = new KListView( tab, "patternList" );
+ patternList = new TDEListView( tab, "patternList" );
patternList->addColumn( tr2i18n( "Pattern" ) );
patternList->addColumn( tr2i18n( "Color" ) );
layout2->addWidget( patternList );
- enabledCheck = new QCheckBox( tab, "enabledCheck" );
+ enabledCheck = new TQCheckBox( tab, "enabledCheck" );
layout2->addWidget( enabledCheck );
tabLayout->addMultiCellLayout( layout2, 0, 1, 0, 0 );
- tabWidget2->insertTab( tab, QString("") );
+ tabWidget2->insertTab( tab, TQString("") );
- tab_2 = new QWidget( tabWidget2, "tab_2" );
+ tab_2 = new TQWidget( tabWidget2, "tab_2" );
- textLabel1 = new QLabel( tab_2, "textLabel1" );
- textLabel1->setGeometry( QRect( 10, 10, 130, 20 ) );
- tabWidget2->insertTab( tab_2, QString("") );
+ textLabel1 = new TQLabel( tab_2, "textLabel1" );
+ textLabel1->setGeometry( TQRect( 10, 10, 130, 20 ) );
+ tabWidget2->insertTab( tab_2, TQString("") );
- tab_3 = new QWidget( tabWidget2, "tab_3" );
+ tab_3 = new TQWidget( tabWidget2, "tab_3" );
- textLabel1_2 = new QLabel( tab_3, "textLabel1_2" );
- textLabel1_2->setGeometry( QRect( 10, 10, 130, 20 ) );
- tabWidget2->insertTab( tab_3, QString("") );
+ textLabel1_2 = new TQLabel( tab_3, "textLabel1_2" );
+ textLabel1_2->setGeometry( TQRect( 10, 10, 130, 20 ) );
+ tabWidget2->insertTab( tab_3, TQString("") );
KFTPFilterEditorLayoutLayout->addWidget( tabWidget2, 0, 0 );
languageChange();
- resize( QSize(456, 299).expandedTo(minimumSizeHint()) );
+ resize( TQSize(456, 299).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished );
}
@@ -89,7 +89,7 @@ KFTPFilterEditorLayout::KFTPFilterEditorLayout( QWidget* parent, const char* nam
*/
KFTPFilterEditorLayout::~KFTPFilterEditorLayout()
{
- // no need to delete child widgets, Qt does it all for us
+ // no need to delete child widgets, TQt does it all for us
}
/*