diff options
Diffstat (limited to 'src/kerrylabel.cpp')
-rw-r--r-- | src/kerrylabel.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/kerrylabel.cpp b/src/kerrylabel.cpp index f758ffc..42d8b9c 100644 --- a/src/kerrylabel.cpp +++ b/src/kerrylabel.cpp @@ -18,10 +18,8 @@ Boston, MA 02110-1301, USA. */ -#include "kerrylabel.h" -#include "hitwidget.h" +#include <tqdragobject.h> -#include <ntqdragobject.h> #include <tdeglobalsettings.h> #include <kurl.h> #include <krun.h> @@ -31,6 +29,10 @@ #include <knewmenu.h> */ +#include "kerrylabel.h" +#include "hitwidget.h" + + KerryLabel::KerryLabel (TQWidget* parent, const char* name) : KURLLabel (parent, name) { |