summaryrefslogtreecommitdiffstats
path: root/kolourpaint/pixmapfx/kpeffectsdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:46 +0000
commiteba47f8f0637f451e21348187591e1f1fd58ac74 (patch)
tree448f10b95c656604acc331a3236c1e59bde5c1ad /kolourpaint/pixmapfx/kpeffectsdialog.h
parentc7e8736c69373f48b0401319757c742e8607431a (diff)
downloadtdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz
tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kolourpaint/pixmapfx/kpeffectsdialog.h')
-rw-r--r--kolourpaint/pixmapfx/kpeffectsdialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kolourpaint/pixmapfx/kpeffectsdialog.h b/kolourpaint/pixmapfx/kpeffectsdialog.h
index fe7265cc..c0086cbb 100644
--- a/kolourpaint/pixmapfx/kpeffectsdialog.h
+++ b/kolourpaint/pixmapfx/kpeffectsdialog.h
@@ -33,10 +33,10 @@
#include <kptoolpreviewdialog.h>
-class QGroupBox;
-class QStringList;
-class QTimer;
-class QVBoxLayout;
+class TQGroupBox;
+class TQStringList;
+class TQTimer;
+class TQVBoxLayout;
class KComboBox;
@@ -59,8 +59,8 @@ public:
kpColorEffectCommand *createCommand () const;
protected:
- virtual QSize newDimensions () const;
- virtual QPixmap transformPixmap (const QPixmap &pixmap,
+ virtual TQSize newDimensions () const;
+ virtual TQPixmap transformPixmap (const TQPixmap &pixmap,
int targetWidth, int targetHeight) const;
public:
@@ -77,11 +77,11 @@ protected slots:
protected:
static int s_lastWidth, s_lastHeight;
- QTimer *m_delayedUpdateTimer;
+ TQTimer *m_delayedUpdateTimer;
KComboBox *m_effectsComboBox;
- QGroupBox *m_settingsGroupBox;
- QVBoxLayout *m_settingsLayout;
+ TQGroupBox *m_settingsGroupBox;
+ TQVBoxLayout *m_settingsLayout;
kpColorEffectWidget *m_colorEffectWidget;
};