From 7f80a1ffb726ee7258f793fd15ea1fc320869539 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:01:31 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/knowitlinks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knowitlinks.cpp') diff --git a/src/knowitlinks.cpp b/src/knowitlinks.cpp index fc12f1d..410041a 100644 --- a/src/knowitlinks.cpp +++ b/src/knowitlinks.cpp @@ -20,7 +20,7 @@ #include KnowitLinks::KnowitLinks(TQWidget* parent, const char* name) - : KListBox(parent, name) + : TDEListBox(parent, name) { setAcceptDrops(true); } @@ -52,5 +52,5 @@ void KnowitLinks::keyPressEvent(TQKeyEvent* e) e->ignore(); emit linkRemove(); } - else KListBox::keyPressEvent(e); + else TDEListBox::keyPressEvent(e); } -- cgit v1.2.3