summaryrefslogtreecommitdiffstats
path: root/src/part/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/part/part.h')
-rw-r--r--src/part/part.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/part/part.h b/src/part/part.h
index 348b22b..92bb7e3 100644
--- a/src/part/part.h
+++ b/src/part/part.h
@@ -29,14 +29,15 @@ namespace Filelight
class Part : public KParts::ReadOnlyPart
{
Q_OBJECT
+ TQ_OBJECT
public:
- Part( QWidget *, const char *, QObject *, const char *, const QStringList& );
+ Part( TQWidget *, const char *, TQObject *, const char *, const TQStringList& );
virtual bool openFile() { return false; } //pure virtual in base class
virtual bool closeURL();
- QString prettyURL() const { return m_url.protocol() == "file" ? m_url.path() : m_url.prettyURL(); }
+ TQString prettyURL() const { return m_url.protocol() == "file" ? m_url.path() : m_url.prettyURL(); }
static KAboutData *createAboutData();