diff options
Diffstat (limited to 'src/toplevel.h')
-rw-r--r-- | src/toplevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toplevel.h b/src/toplevel.h index 8eb0243a..c91d5be2 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -16,7 +16,7 @@ public: static KDevMainWindow *getInstance(); //!< Get a pointer to the single KDevTopLevel object static bool mainWindowValid(); - static void invalidateInstance(KDevMainWindow *instance); //!< Signal that the object has been (or is about to be) destroyed + static void tqinvalidateInstance(KDevMainWindow *instance); //!< Signal that the object has been (or is about to be) destroyed private: |