summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/windowlistbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/windowlistbutton.cpp')
-rw-r--r--kicker/kicker/buttons/windowlistbutton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/buttons/windowlistbutton.cpp b/kicker/kicker/buttons/windowlistbutton.cpp
index 8a60ca5e8..0b413d880 100644
--- a/kicker/kicker/buttons/windowlistbutton.cpp
+++ b/kicker/kicker/buttons/windowlistbutton.cpp
@@ -21,7 +21,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
-#include <qtooltip.h>
+#include <tqtooltip.h>
#include <kwindowlistmenu.h>
#include <klocale.h>
@@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "windowlistbutton.h"
#include "windowlistbutton.moc"
-WindowListButton::WindowListButton( QWidget* parent )
+WindowListButton::WindowListButton( TQWidget* parent )
: PanelPopupButton( parent, "WindowListButton" )
, topMenu( 0 )
{
@@ -37,7 +37,7 @@ WindowListButton::WindowListButton( QWidget* parent )
setPopup(topMenu);
setTitle(i18n("Window List"));
- QToolTip::add(this, i18n("Window list"));
+ TQToolTip::add(this, i18n("Window list"));
setIcon("window_list");
}