summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/IdentifyTextCodecDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/IdentifyTextCodecDialog.h')
-rw-r--r--src/gui/dialogs/IdentifyTextCodecDialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/dialogs/IdentifyTextCodecDialog.h b/src/gui/dialogs/IdentifyTextCodecDialog.h
index 288cd17..8b71be4 100644
--- a/src/gui/dialogs/IdentifyTextCodecDialog.h
+++ b/src/gui/dialogs/IdentifyTextCodecDialog.h
@@ -31,8 +31,8 @@
#include <deque>
-class QWidget;
-class QLabel;
+class TQWidget;
+class TQLabel;
namespace Rosegarden
@@ -45,7 +45,7 @@ class IdentifyTextCodecDialog : public KDialogBase
Q_OBJECT
public:
- IdentifyTextCodecDialog(QWidget *parent, std::string text);
+ IdentifyTextCodecDialog(TQWidget *parent, std::string text);
std::string getCodec() const { return m_codec; }
@@ -56,7 +56,7 @@ protected:
std::string m_text;
std::string m_codec;
std::deque<std::string> m_codecs;
- QLabel *m_example;
+ TQLabel *m_example;
};