aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpaster.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpaster/cpaster.pro')
-rw-r--r--src/plugins/cpaster/cpaster.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpaster/cpaster.pro b/src/plugins/cpaster/cpaster.pro
index 3565f4d03f..c824caa681 100644
--- a/src/plugins/cpaster/cpaster.pro
+++ b/src/plugins/cpaster/cpaster.pro
@@ -1,12 +1,12 @@
QT += network
include(../../qtcreatorplugin.pri)
HEADERS += cpasterplugin.h \
+ dpastedotcomprotocol.h \
settingspage.h \
protocol.h \
pasteview.h \
cpasterconstants.h \
pastebindotcomprotocol.h \
- pastecodedotxyzprotocol.h \
settings.h \
pasteselectdialog.h \
columnindicatortextedit.h \
@@ -17,11 +17,11 @@ HEADERS += cpasterplugin.h \
codepasterservice.h
SOURCES += cpasterplugin.cpp \
+ dpastedotcomprotocol.cpp \
settingspage.cpp \
protocol.cpp \
pasteview.cpp \
pastebindotcomprotocol.cpp \
- pastecodedotxyzprotocol.cpp \
settings.cpp \
pasteselectdialog.cpp \
columnindicatortextedit.cpp \