summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
commit5f5ee2367157176ed223b86343eb0a9e4022e020 (patch)
tree6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h
parent4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff)
downloadtdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz
tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h')
-rw-r--r--kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h
index 87aeba4..309044a 100644
--- a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h
+++ b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h
@@ -32,7 +32,7 @@
/**
@internal
*/
-class KMultiFormListBoxMultiVisible :public QScrollView, KMultiFormListBoxShower {
+class KMultiFormListBoxMultiVisible :public TQScrollView, KMultiFormListBoxShower {
Q_OBJECT
@@ -44,7 +44,7 @@ private:
class which is repeated in the KMultiFormListBox
@param parent A pointer to the parent widget
*/
- KMultiFormListBoxMultiVisible(KMultiFormListBoxFactory *factory, QWidget *parent = 0, const char *name = 0);
+ KMultiFormListBoxMultiVisible(KMultiFormListBoxFactory *factory, TQWidget *parent = 0, const char *name = 0);
/**
@return The elements in the KMultiFormListBox
@@ -52,7 +52,7 @@ private:
KMultiFormListBoxEntryList elements();
void append(KMultiFormListBoxEntry *);
- QWidget* qWidget() { return this; }
+ TQWidget* qWidget() { return this; }
public slots:
@@ -109,11 +109,11 @@ protected:
friend class CCP;
- virtual void resizeEvent(QResizeEvent *);
- void addElemBefore(KMultiFormListBoxEntry *newElm, QWidget *existing);
+ virtual void resizeEvent(TQResizeEvent *);
+ void addElemBefore(KMultiFormListBoxEntry *newElm, TQWidget *existing);
void insertElmIntoWidget(KMultiFormListBoxEntry *elm, KMultiFormListBoxEntry *after);
void showWidget(KMultiFormListBoxEntry *elm);
- void delElement(QWidget *);
+ void delElement(TQWidget *);
void delAnElement();
void addElemBefore(KMultiFormListBoxEntry *newElm, KMultiFormListBoxEntry *existing);
void updateClipperContent();
@@ -126,8 +126,8 @@ private:
KMultiFormListBoxFactory *factory;
WidgetList *elms;
- QPushButton *addBut;
- QByteArray clipboard;
+ TQPushButton *addBut;
+ TQByteArray clipboard;
};