summaryrefslogtreecommitdiffstats
path: root/akregator/src/feedlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/feedlistview.h')
-rw-r--r--akregator/src/feedlistview.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/akregator/src/feedlistview.h b/akregator/src/feedlistview.h
index bf31574d8..efa84392f 100644
--- a/akregator/src/feedlistview.h
+++ b/akregator/src/feedlistview.h
@@ -40,7 +40,7 @@ class NodeListView : public KListView
{
Q_OBJECT
public:
- NodeListView( QWidget *parent = 0, const char *name = 0 );
+ NodeListView( TQWidget *parent = 0, const char *name = 0 );
virtual ~NodeListView();
/** sets the feed list to show. Disconnects from the old feed list, if there is any. */
@@ -66,7 +66,7 @@ public:
@param title
@return node
*/
- TreeNode* findNodeByTitle(const QString& title);
+ TreeNode* findNodeByTitle(const TQString& title);
/** ensures that @c node is visible. */
void ensureNodeVisible(TreeNode* node);
@@ -105,7 +105,7 @@ signals:
void signalDropped (KURL::List &, TreeNode*, Folder*);
void signalNodeSelected(TreeNode*);
void signalRootNodeChanged(NodeListView*, TreeNode*);
- void signalContextMenu(KListView*, TreeNode*, const QPoint&);
+ void signalContextMenu(KListView*, TreeNode*, const TQPoint&);
public: // compat with KDE-3.x assertions, remove for KDE 4
// protected:
@@ -117,7 +117,7 @@ public: // compat with KDE-3.x assertions, remove for KDE 4
TreeNodeItem* findNodeItem(TreeNode* node);
/** reimplemented to return TreeNodeItem* */
- virtual TreeNodeItem* findItemByTitle(const QString& text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const;
+ virtual TreeNodeItem* findItemByTitle(const TQString& text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const;
/** observe @c node: connect status change signals of @c node to slots */
virtual void connectToNode(TreeNode* node);
@@ -128,23 +128,23 @@ public: // compat with KDE-3.x assertions, remove for KDE 4
virtual void connectToNodeList(NodeList* list);
virtual void disconnectFromNodeList(NodeList* list);
- virtual void drawContentsOffset( QPainter * p, int ox, int oy,
+ virtual void drawContentsOffset( TQPainter * p, int ox, int oy,
int cx, int cy, int cw, int ch );
- virtual void contentsDragMoveEvent(QDragMoveEvent* event);
- virtual bool acceptDrag(QDropEvent *event) const;
- virtual void movableDropEvent(QListViewItem* parent, QListViewItem* afterme);
+ virtual void contentsDragMoveEvent(TQDragMoveEvent* event);
+ virtual bool acceptDrag(TQDropEvent *event) const;
+ virtual void movableDropEvent(TQListViewItem* parent, TQListViewItem* afterme);
- virtual QDragObject *dragObject();
+ virtual TQDragObject *dragObject();
protected slots:
- void slotDropped(QDropEvent *e, QListViewItem* after);
+ void slotDropped(TQDropEvent *e, TQListViewItem* after);
void slotRootNodeChanged(TreeNode*);
- virtual void slotSelectionChanged(QListViewItem* item);
- virtual void slotContextMenu(KListView* list, QListViewItem* item, const QPoint& p);
- virtual void slotItemRenamed(QListViewItem* item, int col, const QString& text);
+ virtual void slotSelectionChanged(TQListViewItem* item);
+ virtual void slotContextMenu(KListView* list, TQListViewItem* item, const TQPoint& p);
+ virtual void slotItemRenamed(TQListViewItem* item, int col, const TQString& text);
virtual void slotFeedFetchStarted(Feed* feed);
virtual void slotFeedFetchAborted(Feed* feed);
virtual void slotFeedFetchError(Feed* feed);
@@ -193,7 +193,7 @@ class TagNodeListView : public NodeListView
{
Q_OBJECT
public:
- TagNodeListView(QWidget *parent = 0, const char *name = 0) {}
+ TagNodeListView(TQWidget *parent = 0, const char *name = 0) {}
virtual ~TagNodeListView() {}
private: