diff options
Diffstat (limited to 'languages/cpp/app_templates/opietoday/examplepluginwidget.h')
-rw-r--r-- | languages/cpp/app_templates/opietoday/examplepluginwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/opietoday/examplepluginwidget.h b/languages/cpp/app_templates/opietoday/examplepluginwidget.h index f079013e..ddb38793 100644 --- a/languages/cpp/app_templates/opietoday/examplepluginwidget.h +++ b/languages/cpp/app_templates/opietoday/examplepluginwidget.h @@ -1,7 +1,7 @@ #ifndef %{APPNAME}_PLUGIN_WIDGET_H #define %{APPNAME}_PLUGIN_WIDGET_H -#include <tqlayout.h> +#include <layout.h> #include <opie/oclickablelabel.h> |