From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- nsplugins/viewer/glibevents.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsplugins/viewer/glibevents.cpp') diff --git a/nsplugins/viewer/glibevents.cpp b/nsplugins/viewer/glibevents.cpp index b1012675b..fe059d1ee 100644 --- a/nsplugins/viewer/glibevents.cpp +++ b/nsplugins/viewer/glibevents.cpp @@ -19,12 +19,12 @@ #include "glibevents.h" -#include +#include GlibEvents::GlibEvents() { g_main_context_ref( g_main_context_default()); - connect( &timer, SIGNAL( timeout()), SLOT( process())); + connect( &timer, TQT_SIGNAL( timeout()), TQT_SLOT( process())); // TODO Poll for now timer.start( 10 ); } -- cgit v1.2.1