From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kviewshell/marklist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kviewshell/marklist.cpp') diff --git a/kviewshell/marklist.cpp b/kviewshell/marklist.cpp index 31b257f2..1cbf6581 100644 --- a/kviewshell/marklist.cpp +++ b/kviewshell/marklist.cpp @@ -558,7 +558,7 @@ void MarkList::showPopupMenu(const PageNumber& pageNumber, const TQPoint& positi if (contextMenu == 0) { // Initialize Contextmenu - contextMenu = new KPopupMenu(this, "markListContext"); + contextMenu = new TDEPopupMenu(this, "markListContext"); contextMenu->insertItem(i18n("Select &Current Page"), 0); contextMenu->insertItem(i18n("Select &All Pages"), 1); -- cgit v1.2.3