~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to plugins/autoreplace/autoreplacepreferences.cpp

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 ***************************************************************************/
17
17
 
18
18
#define QT3_SUPPORT
 
19
 
 
20
#include "autoreplacepreferences.h"
 
21
 
19
22
#include <qlayout.h>
20
23
#include <qpushbutton.h>
21
24
#include <q3header.h>
27
30
#include <kgenericfactory.h>
28
31
 
29
32
#include "ui_autoreplaceprefs.h"
30
 
#include "autoreplacepreferences.h"
31
33
#include "autoreplaceconfig.h"
32
34
 
33
35
K_PLUGIN_FACTORY(AutoReplacePreferencesFactory, registerPlugin<AutoReplacePreferences>();)