summaryrefslogtreecommitdiffstats
path: root/src/kerrylabel.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-27 17:13:06 +0200
committerSlávek Banko <[email protected]>2013-07-27 18:48:47 +0200
commita915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch)
treef65d926875557195c5f6dd840a517e195eeda20e /src/kerrylabel.cpp
parent7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff)
downloadtork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz
tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip
Initial TDE conversion
Diffstat (limited to 'src/kerrylabel.cpp')
-rw-r--r--src/kerrylabel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kerrylabel.cpp b/src/kerrylabel.cpp
index 9c85025..f758ffc 100644
--- a/src/kerrylabel.cpp
+++ b/src/kerrylabel.cpp
@@ -22,7 +22,7 @@
#include "hitwidget.h"
#include <ntqdragobject.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <kurl.h>
#include <krun.h>
/*
@@ -59,7 +59,7 @@ void KerryLabel::mousePressEvent(TQMouseEvent* ev)
void KerryLabel::mouseMoveEvent(TQMouseEvent* ev)
{
if (dragInfo.state == diPending) {
- int distance = KGlobalSettings::dndEventDelay();
+ int distance = TDEGlobalSettings::dndEventDelay();
if ( ev->x() > dragInfo.start.x() + distance || ev->x() < dragInfo.start.x() - distance ||
ev->y() > dragInfo.start.y() + distance || ev->y() < dragInfo.start.y() - distance) {
doDrag();
@@ -94,7 +94,7 @@ void KerryLabel::doDrag()
// _items.append( &item );
//
// const KURL kurl(url());
-// KActionCollection act(this);
+// TDEActionCollection act(this);
//
// KonqPopupMenu * popupMenu = new KonqPopupMenu( KonqBookmarkManager::self(), _items,
// kurl, act, (KNewMenu*)NULL, this,