summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpdocumentsaveoptionswidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-19 19:03:33 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-19 19:03:33 +0000
commite69e8b1d09fb579316595b4e6a850e717358a8b1 (patch)
treea24fc20865f65772f530d16177520190594ffdd2 /kolourpaint/kpdocumentsaveoptionswidget.h
parenteecec9afb81fdebb0f22e9da22635874c403f854 (diff)
downloadtdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.tar.gz
tdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.zip
TQt4 port kdegraphics
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kolourpaint/kpdocumentsaveoptionswidget.h')
-rw-r--r--kolourpaint/kpdocumentsaveoptionswidget.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/kolourpaint/kpdocumentsaveoptionswidget.h b/kolourpaint/kpdocumentsaveoptionswidget.h
index 1aeb8cb1..a01e8784 100644
--- a/kolourpaint/kpdocumentsaveoptionswidget.h
+++ b/kolourpaint/kpdocumentsaveoptionswidget.h
@@ -41,12 +41,13 @@ class TQLabel;
class kpResizeSignallingLabel;
-class kpDocumentSaveOptionsPreviewDialog : public QWidget
+class kpDocumentSaveOptionsPreviewDialog : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- kpDocumentSaveOptionsPreviewDialog (TQWidget *parent, const char *name = 0);
+ kpDocumentSaveOptionsPreviewDialog (TQWidget *tqparent, const char *name = 0);
virtual ~kpDocumentSaveOptionsPreviewDialog ();
TQSize preferredMinimumSize () const;
@@ -92,16 +93,17 @@ class KIntNumInput;
class KPushButton;
-class kpDocumentSaveOptionsWidget : public QWidget
+class kpDocumentSaveOptionsWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
kpDocumentSaveOptionsWidget (const TQPixmap &docPixmap,
const kpDocumentSaveOptions &saveOptions,
const kpDocumentMetaInfo &metaInfo,
- TQWidget *parent, const char *name = 0);
- kpDocumentSaveOptionsWidget (TQWidget *parent, const char *name = 0);
+ TQWidget *tqparent, const char *name = 0);
+ kpDocumentSaveOptionsWidget (TQWidget *tqparent, const char *name = 0);
private:
void init ();
public:
@@ -159,7 +161,7 @@ protected:
void setMode (Mode mode);
protected slots:
- void repaintLabels ();
+ void tqrepaintLabels ();
protected slots: