summaryrefslogtreecommitdiff
path: root/plugins/SessionLoader/KDE4/sessionLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SessionLoader/KDE4/sessionLoader.h')
-rw-r--r--plugins/SessionLoader/KDE4/sessionLoader.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/SessionLoader/KDE4/sessionLoader.h b/plugins/SessionLoader/KDE4/sessionLoader.h
index ca04fa6..41c4204 100644
--- a/plugins/SessionLoader/KDE4/sessionLoader.h
+++ b/plugins/SessionLoader/KDE4/sessionLoader.h
@@ -12,7 +12,7 @@
#include "../../../interface/PluginInterface_SessionLoader.h"
/// \brief Define the session loader
-class SessionLoaderPlugin : public PluginInterface_SessionLoader
+class SessionLoader : public PluginInterface_SessionLoader
{
Q_OBJECT
Q_INTERFACES(PluginInterface_SessionLoader)
@@ -23,6 +23,11 @@ public:
bool getEnabled();
/// \brief set the resources for the plugins
void setResources(OptionInterface * options,QString writePath,QString pluginPath,bool portableVersion);
+ /// \brief to get the options widget, NULL if not have
+ QWidget * options();
+public slots:
+ /// \brief to reload the translation, because the new language have been loaded
+ void newLanguageLoaded();
signals:
#ifdef ULTRACOPIER_PLUGIN_DEBUG
/// \brief To debug source