summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/kvi_frame.h')
-rw-r--r--src/kvirc/ui/kvi_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_frame.h b/src/kvirc/ui/kvi_frame.h
index ebc7e67c..5f18eb45 100644
--- a/src/kvirc/ui/kvi_frame.h
+++ b/src/kvirc/ui/kvi_frame.h
@@ -138,7 +138,7 @@ public:
// window list. This is useful for asynchronous functions
// that keep a window pointer and need to ensure that it is still
// valid after an uncontrolled delay. (Think of a /timer implementation)
- bool windowExists(KviWindow * wnd){ return (m_pWinList->tqfindRef(wnd) != -1); };
+ bool windowExists(KviWindow * wnd){ return (m_pWinList->findRef(wnd) != -1); };
// The number of consoles in this frame
unsigned int consoleCount();
// Creates a new console window. DON'T use the KviConsole constructor directly.