summaryrefslogtreecommitdiffstats
path: root/kghostview/infodialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/infodialog.h')
-rw-r--r--kghostview/infodialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kghostview/infodialog.h b/kghostview/infodialog.h
index 1c857fc1..689790d0 100644
--- a/kghostview/infodialog.h
+++ b/kghostview/infodialog.h
@@ -20,7 +20,7 @@
#ifndef _INFO_DIALOG_H_
#define _INFO_DIALOG_H_
-class QLabel;
+class TQLabel;
#include <kdialogbase.h>
@@ -29,14 +29,14 @@ class InfoDialog : public KDialogBase
Q_OBJECT
public:
- InfoDialog( QWidget *parent=0, const char *name=0, bool modal=true );
- void setup( const QString &fileName, const QString &documentTitle,
- const QString &publicationDate );
+ InfoDialog( TQWidget *parent=0, const char *name=0, bool modal=true );
+ void setup( const TQString &fileName, const TQString &documentTitle,
+ const TQString &publicationDate );
private:
- QLabel *mFileLabel;
- QLabel *mTitleLabel;
- QLabel *mDateLabel;
+ TQLabel *mFileLabel;
+ TQLabel *mTitleLabel;
+ TQLabel *mDateLabel;
};
#endif