summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/helpwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/helpwidget.h')
-rw-r--r--kcontrol/kcontrol/helpwidget.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/kcontrol/helpwidget.h b/kcontrol/kcontrol/helpwidget.h
index 08e495096..7393a7c13 100644
--- a/kcontrol/kcontrol/helpwidget.h
+++ b/kcontrol/kcontrol/helpwidget.h
@@ -26,18 +26,18 @@ class QWhatsThis;
class HelpWidget : public QWhatsThis
{
public:
- HelpWidget(QWidget *parent);
+ HelpWidget(TQWidget *parent);
- void setText( const QString& docPath, const QString& text);
+ void setText( const TQString& docPath, const TQString& text);
void setBaseText();
- QString text() const;
+ TQString text() const;
- bool clicked(const QString &);
+ bool clicked(const TQString &);
void handbookRequest();
private:
- QString docpath;
- QString helptext;
+ TQString docpath;
+ TQString helptext;
};
#endif