From c8e52c946fc7fa36e30047b37402d778e9632703 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 18 Feb 2007 13:35:18 +0000 Subject: [PATCH] virtual_hook is no more needed with QObject-derived classes svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634829 --- extdate/extdatetbl.cpp | 6 ------ extdate/extdatetbl.h | 4 ---- 2 files changed, 10 deletions(-) diff --git a/extdate/extdatetbl.cpp b/extdate/extdatetbl.cpp index 87c1e46..a3e10a0 100644 --- a/extdate/extdatetbl.cpp +++ b/extdate/extdatetbl.cpp @@ -972,10 +972,4 @@ KPopupFrame::exec(int x, int y) return exec(QPoint(x, y)); } -void KPopupFrame::virtual_hook( int, void* ) -{ /*BASE::virtual_hook( id, data );*/ } - -void ExtDateTable::virtual_hook( int, void* ) -{ /*BASE::virtual_hook( id, data );*/ } - #include "extdatetbl.moc" diff --git a/extdate/extdatetbl.h b/extdate/extdatetbl.h index 1269157..d1942f9 100644 --- a/extdate/extdatetbl.h +++ b/extdate/extdatetbl.h @@ -236,8 +236,6 @@ public: */ int exec(int x, int y); -protected: - virtual void virtual_hook( int id, void* data ); private: class KPopupFramePrivate; KPopupFramePrivate *d; @@ -410,8 +408,6 @@ signals: */ void aboutToShowContextMenu( QMenu * menu, const ExtDate &date); -protected: - virtual void virtual_hook( int id, void* data ); private: class ExtDateTablePrivate; ExtDateTablePrivate *d; -- 2.47.3