From 88b7febc2393324ee14940c1c41a8ddc342c35f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 25 Mar 2016 20:06:45 +0100 Subject: Initial TDE conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- sidebar/dndlistbox.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sidebar/dndlistbox.h') diff --git a/sidebar/dndlistbox.h b/sidebar/dndlistbox.h index 25e6e85..1bd25e2 100644 --- a/sidebar/dndlistbox.h +++ b/sidebar/dndlistbox.h @@ -6,7 +6,7 @@ #include #endif -#include +#include #include #include #include "baghirasidebariface.h" @@ -18,13 +18,13 @@ class TQDragLeaveEvent; class TQDropEvent; class TQKeyEvent; class TQPoint; -class KPopupMenu; +class TDEPopupMenu; class LinkConfig; class ListBoxLink; class ListBoxDevice; class TQResizeEvent; -class ResizingLinkBox : public KListBox +class ResizingLinkBox : public TDEListBox { Q_OBJECT @@ -51,7 +51,7 @@ protected: void mousePressEvent ( TQMouseEvent * ); void mouseReleaseEvent ( TQMouseEvent * ); void contentsWheelEvent ( TQWheelEvent * ); - KPopupMenu *popupMenu; + TDEPopupMenu *popupMenu; uint size_; private slots: void setIconSize(int); @@ -76,7 +76,7 @@ protected: void mousePressEvent ( TQMouseEvent * ); void resizeEvent ( TQResizeEvent * ); private: - KPopupMenu *devicePopup; + TDEPopupMenu *devicePopup; DCOPClient *client; ListBoxDevice *currentFloppy; typedef TQPtrList DeviceList; @@ -108,7 +108,7 @@ protected: void dropEvent ( TQDropEvent * ); void startDrag(); private: - ListBoxLink *currentItem; //TODO: unshadow int KListBox::currentItem() + ListBoxLink *currentItem; //TODO: unshadow int TDEListBox::currentItem() LinkConfig *dialog; bool dragging_; void pasteURL(int mode, TQListBoxItem *after = 0); -- cgit v1.2.1