diff options
Diffstat (limited to 'kolourpaint/pixmapfx/kpeffectsdialog.h')
-rw-r--r-- | kolourpaint/pixmapfx/kpeffectsdialog.h | 18 |
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; }; |