diff options
Diffstat (limited to 'lib/interfaces/kdevpartcontroller.h')
| -rw-r--r-- | lib/interfaces/kdevpartcontroller.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h index 3b024b45..be7084b9 100644 --- a/lib/interfaces/kdevpartcontroller.h +++ b/lib/interfaces/kdevpartcontroller.h @@ -60,12 +60,12 @@ class KDevPartController: public KParts::PartManager  public:      /**Constructor.      @param parent The parent object.*/ -    KDevPartController(QWidget *parent); +    KDevPartController(TQWidget *parent);      /**Call this before a call to @ref editDocument to set the encoding of the      document to be opened.      @param encoding The encoding to open as.*/ -    virtual void setEncoding(const QString &encoding) = 0; +    virtual void setEncoding(const TQString &encoding) = 0;      /**Opens a new or existing document.      @param url The URL of the document to open. @@ -96,7 +96,7 @@ public:      @param part The part to embed.      @param name The name of the part.      @param shortDescription Currently not used.*/ -    virtual void showPart(KParts::Part* part, const QString& name, const QString& shortDescription ) = 0; +    virtual void showPart(KParts::Part* part, const TQString& name, const TQString& shortDescription ) = 0;      /**Finds the embedded part corresponding to a given URL.      @param url The URL of the document. @@ -106,7 +106,7 @@ public:      /**Finds the embedded part corresponding to a given main widget      @param widget The parts main widget.      @return The corresponding part, 0 if not found.*/ -    virtual KParts::Part *partForWidget(const QWidget *widget) = 0; +    virtual KParts::Part *partForWidget(const TQWidget *widget) = 0;      /**@return The list of open documents*/      virtual KURL::List openURLs() = 0; | 
