From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- ksnapshot/ksnapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksnapshot/ksnapshot.h') diff --git a/ksnapshot/ksnapshot.h b/ksnapshot/ksnapshot.h index a0490c9f..4ccaaeb6 100644 --- a/ksnapshot/ksnapshot.h +++ b/ksnapshot/ksnapshot.h @@ -74,7 +74,7 @@ class KSnapshotPreview : public TQLabel void mouseMoveEvent(TQMouseEvent * e) { if (mClickPt != TQPoint(0, 0) && - (e->pos() - mClickPt).manhattanLength() > KGlobalSettings::dndEventDelay()) + (e->pos() - mClickPt).manhattanLength() > TDEGlobalSettings::dndEventDelay()) { mClickPt = TQPoint(0, 0); emit startDrag(); -- cgit v1.2.1