summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/default.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/default.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/default.h b/noncore/apps/opie-console/default.h
index b9af898..4d51db8 100644
--- a/noncore/apps/opie-console/default.h
+++ b/noncore/apps/opie-console/default.h
@@ -17,13 +17,13 @@ extern "C" {
ProfileDialogWidget* newSerialWidget(const QString&, QWidget* );
ProfileDialogWidget* newIrDaWidget (const QString&, QWidget* );
ProfileDialogWidget* newBTWidget (const QString&, QWidget* );
ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* );
- EmulationLayer* newVT102( Widget* );
+ EmulationLayer* newVT102( WidgetLayer* );
};
class MetaFactory;
struct Default {
public:
Default(MetaFactory* );