diff options
Diffstat (limited to 'sidebar/dndlistbox.h')
-rw-r--r-- | sidebar/dndlistbox.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 <config.h> #endif -#include <klistbox.h> +#include <tdelistbox.h> #include <tqptrlist.h> #include <tqstringlist.h> #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<ListBoxDevice> 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); |