diff options
Diffstat (limited to 'examples/popup/popup.cpp')
-rw-r--r-- | examples/popup/popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/popup/popup.cpp b/examples/popup/popup.cpp index 25fd14b0a..17a2dae04 100644 --- a/examples/popup/popup.cpp +++ b/examples/popup/popup.cpp @@ -9,7 +9,7 @@ #include "popup.h" #include <ntqapplication.h> -#include <ntqlayout.h> +#include <tqlayout.h> FancyPopup::FancyPopup( TQWidget* parent, const char* name ): TQLabel( parent, name, WType_Popup ){ |