~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/options/opt_iconset.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define OPT_ICONSET_H
3
3
 
4
4
#include "optionstab.h"
 
5
//Added by qt3to4:
 
6
#include <QEvent>
5
7
 
6
8
class QWidget;
7
9
struct Options;
8
 
class QListBoxItem;
9
 
class QListViewItem;
 
10
class QListWidgetItem;
10
11
class IconsetLoadThread;
 
12
class QTreeWidgetItem;
11
13
 
12
14
class OptionsTabIconsetSystem : public OptionsTab
13
15
{
83
85
        void servicesDetails();
84
86
        void customDetails();
85
87
 
86
 
        void isServices_iconsetSelected(QListBoxItem *);
87
 
        void isServices_selectionChanged(QListViewItem *);
 
88
        void isServices_iconsetSelected(QListWidgetItem *current, QListWidgetItem *previous);
 
89
        void isServices_selectionChanged(QTreeWidgetItem *);
88
90
 
89
 
        void isCustom_iconsetSelected(QListBoxItem *);
90
 
        void isCustom_selectionChanged(QListViewItem *);
 
91
        void isCustom_iconsetSelected(QListWidgetItem *current, QListWidgetItem *previous);
 
92
        void isCustom_selectionChanged(QTreeWidgetItem *);
91
93
        void isCustom_textChanged();
92
94
        void isCustom_add();
93
95
        void isCustom_delete();