diff options
Diffstat (limited to 'quanta/treeviews/servertreeview.h')
-rw-r--r-- | quanta/treeviews/servertreeview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/treeviews/servertreeview.h b/quanta/treeviews/servertreeview.h index c49b5a60..d0c9c3db 100644 --- a/quanta/treeviews/servertreeview.h +++ b/quanta/treeviews/servertreeview.h @@ -37,7 +37,7 @@ class ServerTreeViewItem : public BaseTreeViewItem { public: ServerTreeViewItem( KFileTreeViewItem *parent, KFileItem* item, KFileTreeBranch *brnch ); /** makes document not in project lighter */ - void paintCell(QPainter *p, const QColorGroup &cg, int column, int width, int align); + void paintCell(TQPainter *p, const TQColorGroup &cg, int column, int width, int align); }; /** @@ -48,7 +48,7 @@ class ServerTreeBranch : public BaseTreeBranch { public: ServerTreeBranch(KFileTreeView *parent, const KURL& url, - const QString& name, const QPixmap& pix, + const TQString& name, const TQPixmap& pix, bool showHidden = false, KFileTreeViewItem *branchRoot = 0L); /** check for CVS and visible*/ @@ -61,15 +61,15 @@ class ServerTreeView : public BaseTreeView { Q_OBJECT public: - ServerTreeView(KConfig *config, QWidget *parent, const KURL &url, const char *name = 0L); + ServerTreeView(KConfig *config, TQWidget *parent, const KURL &url, const char *name = 0L); virtual ~ServerTreeView(); protected slots: - void slotMenu(KListView *listView, QListViewItem *item, const QPoint &point); + void slotMenu(KListView *listView, TQListViewItem *item, const TQPoint &point); /** repaints the treeview items, because they might be added to or removed from the project*/ - void slotReloadTree( ProjectList *fileList, bool buildNewTree, const QStringList &folderToOpen); + void slotReloadTree( ProjectList *fileList, bool buildNewTree, const TQStringList &folderToOpen); protected: KFileTreeBranch* newBranch(const KURL& url); |