summaryrefslogtreecommitdiffstats
path: root/examples/popup/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/popup/popup.h')
-rw-r--r--examples/popup/popup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/popup/popup.h b/examples/popup/popup.h
index 6145b2139..819ca1e2f 100644
--- a/examples/popup/popup.h
+++ b/examples/popup/popup.h
@@ -14,8 +14,8 @@
#ifndef POPUP_H
#define POPUP_H
#include <tqlabel.h>
-#include <ntqpushbutton.h>
-#include <ntqlineedit.h>
+#include <tqpushbutton.h>
+#include <tqlineedit.h>
class FancyPopup : public TQLabel
{