summaryrefslogtreecommitdiffstats
path: root/knights/knightstextview.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knightstextview.h')
-rw-r--r--knights/knightstextview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knightstextview.h b/knights/knightstextview.h
index 49e3838..98fb440 100644
--- a/knights/knightstextview.h
+++ b/knights/knightstextview.h
@@ -25,7 +25,7 @@
*@author Troy Corbin Jr./Alexander Wels
*/
-class KPopupMenu;
+class TDEPopupMenu;
class resource;
class KnightsTextView : public TQTextBrowser
@@ -49,7 +49,7 @@ class KnightsTextView : public TQTextBrowser
protected:
void viewportMousePressEvent( TQMouseEvent *e );
resource *myResource;
- KPopupMenu *menuView;
+ TDEPopupMenu *menuView;
};
#endif