summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsbookmarks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsbookmarks.cpp')
-rw-r--r--kjots/kjotsbookmarks.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjots/kjotsbookmarks.cpp b/kjots/kjotsbookmarks.cpp
index 21ce6e8..7259713 100644
--- a/kjots/kjotsbookmarks.cpp
+++ b/kjots/kjotsbookmarks.cpp
@@ -23,9 +23,9 @@
#include "KJotsMain.h"
#include "kjotsbookmarks.h"
-KJotsBookmarks::KJotsBookmarks(KJotsMain* parent, const char* name)
- : TQObject(parent, name),
- m_kjots(parent)
+KJotsBookmarks::KJotsBookmarks(KJotsMain* tqparent, const char* name)
+ : TQObject(tqparent, name),
+ m_kjots(tqparent)
{
}