summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/widget_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index 0056061..c91a957 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -97,12 +97,18 @@ public:
/**
* paste content of clipboard
*/
void pasteClipboard();
+ /**
+ * reload configuration
+ */
+ virtual void reloadConfig();
+
+
signals:
/**
* key was pressed
*/
void keyPressed( QKeyEvent *e );