Yearly copyright bump :)
[quassel.git] / src / qtui / settingspages / aliasesmodel.h
index f10c818..c2b8b2e 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -50,13 +50,14 @@ public:
 
 public slots:
   void newAlias();
+  void loadDefaults();
   void removeAlias(int index);
   void revert();
   void commit();
 
 signals:
   void configChanged(bool);
-  void modelReady();
+  void modelReady(bool);
   
 private:
   AliasManager _aliasManager;
@@ -69,6 +70,7 @@ private:
 
 private slots:
   void clientConnected();
+  void clientDisconnected();
   void initDone();
 };