summaryrefslogtreecommitdiffstats
path: root/kommander/editor/actiondnd.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-30 16:48:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-30 16:48:40 -0500
commit27ccd2aacf0aa799d4adca6b3bf1457ce24e2592 (patch)
tree572c15b4a2825860243ebb75dd8379323bd60a9e /kommander/editor/actiondnd.h
parent8a511b5ac9055821d5eba49a6706dd9065d0769a (diff)
downloadtdewebdev-27ccd2aacf0aa799d4adca6b3bf1457ce24e2592.tar.gz
tdewebdev-27ccd2aacf0aa799d4adca6b3bf1457ce24e2592.zip
Fix FTBFS on TQt3
Diffstat (limited to 'kommander/editor/actiondnd.h')
-rw-r--r--kommander/editor/actiondnd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/actiondnd.h b/kommander/editor/actiondnd.h
index b15d47ff..b71d2c2c 100644
--- a/kommander/editor/actiondnd.h
+++ b/kommander/editor/actiondnd.h
@@ -106,17 +106,17 @@ class QDesignerToolBarSeparator : public TQWidget
public:
- QDesignerToolBarSeparator( Qt::Orientation, TQToolBar *parent, const char* name=0 );
+ QDesignerToolBarSeparator( Orientation, TQToolBar *parent, const char* name=0 );
TQSize sizeHint() const;
- Qt::Orientation orientation() const { return orient; }
+ Orientation orientation() const { return orient; }
public slots:
- void setOrientation( Qt::Orientation );
+ void setOrientation( Orientation );
protected:
void styleChange( TQStyle& );
void paintEvent( TQPaintEvent * );
private:
- Qt::Orientation orient;
+ Orientation orient;
};