diff options
Diffstat (limited to 'kjots/kjotsedit.cpp')
-rw-r--r-- | kjots/kjotsedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/kjotsedit.cpp b/kjots/kjotsedit.cpp index 562947a..2b78698 100644 --- a/kjots/kjotsedit.cpp +++ b/kjots/kjotsedit.cpp @@ -45,7 +45,7 @@ KJotsEdit::KJotsEdit (TQWidget* parent, const char* name) setWordWrap(TQTextEdit::WidgetWidth); setLinkUnderline(true); web_menu = new TDEPopupMenu(this);; - web_menu->insertItem(i18n("Open URL"), this, TQT_SLOT(openUrl()) ); + web_menu->insertItem(i18n("Open URL"), this, TQ_SLOT(openUrl()) ); } KJotsEdit::~KJotsEdit() |